Eclipse JDT
Pre-release 3.0

Uses of Interface
org.eclipse.jdt.core.dom.ITypeBinding

Packages that use ITypeBinding
org.eclipse.jdt.core.dom The Java DOM is the set of classes that model the source code of a Java program as a structured document. 
 

Uses of ITypeBinding in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return ITypeBinding
 ITypeBinding TypeDeclarationStatement.resolveBinding()
          Resolves and returns the binding for the class or interface declared in this type declaration statement.
 ITypeBinding TypeDeclaration.resolveBinding()
          Resolves and returns the binding for the class or interface declared in this type declaration.
 ITypeBinding Type.resolveBinding()
          Resolves and returns the binding for this type.
 ITypeBinding IVariableBinding.getDeclaringClass()
          Returns the type binding representing the class or interface that declares this field.
 ITypeBinding IVariableBinding.getType()
          Returns the binding for the type of this field or local variable.
 ITypeBinding[] ITypeBinding.getDeclaredTypes()
          Returns a list of type bindings representing all the classes and interfaces declared as members of this class or interface type.
 ITypeBinding ITypeBinding.getDeclaringClass()
          Returns the type binding representing the class or interface that declares this binding.
 ITypeBinding ITypeBinding.getElementType()
          Returns the binding representing the element type of this array type, or null if this is not an array type binding.
 ITypeBinding[] ITypeBinding.getInterfaces()
          Returns a list of type bindings representing the direct superinterfaces of the class or interface represented by this type binding.
 ITypeBinding ITypeBinding.getSuperclass()
          Returns the type binding for the superclass of the type represented by this class binding.
 ITypeBinding IMethodBinding.getDeclaringClass()
          Returns the type binding representing the class or interface that declares this method or constructor.
 ITypeBinding[] IMethodBinding.getParameterTypes()
          Returns a list of type bindings representing the formal parameter types, in declaration order, of this method or constructor.
 ITypeBinding IMethodBinding.getReturnType()
          Returns the binding for the return type of this method.
 ITypeBinding[] IMethodBinding.getExceptionTypes()
          Returns a list of type bindings representing the types of the exceptions thrown by this method or constructor.
 ITypeBinding Expression.resolveTypeBinding()
          Resolves and returns the binding for the type of this expression.
 ITypeBinding AnonymousClassDeclaration.resolveBinding()
          Resolves and returns the binding for the anonymous class declared in this declaration.
 ITypeBinding AST.resolveWellKnownType(String name)
          Returns the type binding for a "well known" type.
 


Eclipse JDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.